projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6115fe
)
Get the file's truename in case it is a link.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 03:01:49 +0000
(
03:01
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 03:01:49 +0000
(
03:01
+0000)
lisp/mail/blessmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/blessmail.el
b/lisp/mail/blessmail.el
index 2dcb2071ad93e7f2e9c9e58402e2b4777723635e..25c888c6ecf85228ecc85b7b38c8cd6e1dec6536 100644
(file)
--- a/
lisp/mail/blessmail.el
+++ b/
lisp/mail/blessmail.el
@@
-36,7
+36,7
@@
(load "paths.el")
(load "site-init" t)
-(let ((attr (file-attributes
rmail-spool-directory
))
+(let ((attr (file-attributes
(file-truename rmail-spool-directory)
))
modes)
(or (eq t (car attr))
(signal 'error